﻿@charset "UTF-8";
/*重置bootstrap*/

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}



img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}
.aaa{
  height:355px;
}
a:hover {
  color: #ffffff;
  /*background: #09ab58;*/
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  
}

/*常用css样式*/
.form-control, .input-text {
    display: block;
    width: 100%;
    height: 34px !important;
    padding: 6px 12px !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: 14px;
    line-height: 1.42857143;
}
.control-label{
	font-weight: 400 !important;
	padding-top:0;
}
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
  font-size:14px;
}

.text-black {
  color: #323232 !important;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}
.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
/* 导航 */

.navbar-brand {
  padding: 0
}

.navbar-fixed-top{
  background-color:#fff;
}
.navbar-default {

  border: none;
  min-height: 80px;
  
}

.navbar-default .navbar-nav>li>a {
  color: #333333;
  font-size: 16px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #09ab58 !important;
    background-color: transparent;
}
#boyuan .fp-next {
  /* right: 150px; */
  background: url(/images/right_control.png) 50% no-repeat;
}

#boyuan .fp-prev {
  /* left: 150px; */
  background: url(/images/left_control.png) 50% no-repeat;
}

#boyuan .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}

.text-yellow {
  color: #09ab58;
  font-size:20px;
  text-align:center;
  
}

.slide1, .slide2,.slide3,.slide4, .section3, .section2-1, .section2-2, .section2-3, .section2-4, .section2-5, .section2-6, .section3, .section4, .section5 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.slide1 {
  background-image: url(../../images/banner1.jpg);
}

.slide2 {
  background-image: url(../../images/banner2.jpg);
}
.slide3 {
  background-image: url(../../images/banner3.jpg);
}
.slide4 {
  background-image: url(../../images/banner4.jpg);
}



.section2-1 {
  background-image: url(../../images/pro1.jpg);
}

.section2-2 {
  background-image: url(../../images/pro2.jpg);
}

.section2-3 {
  background-image: url(../../images/pro3.jpg);
}

.section2-4 {
  background-image: url(../../images/pro4.jpg);
}

.section2-5 {
  background-image: url(../../images/pro5.jpg);
}

.section2-6 {
  background-image: url(../../images/pro6.jpg);
}


.section2-1, .section2-2, .section2-3, .section2-4, .section2-5, .section2-6 {
  height: 100%;
  position: relative;
}

.section-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 8;
}

.section2 .col-sm-3 {
  padding: 0;
  cursor: pointer;
}

.section2 .col-md-2:hover .section-black {
  background-color: rgba(0, 0, 0, .3);
  -webkit-transition: all 1s ease;
  -moz-transition: all s ease;
  -o-transition: all s ease;
  transition: all 1s ease;
}

.section-name {
  font-size: 40px;
  color: #09ab58;
}

.section-item {
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
  margin-top: -54px;
}

.section2 .word-break {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
}

.btn-more {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 5px 25px;
  font-weight: 400;
}

.btn-more:hover {
  color: #09ab58;
  border-color: #09ab58;
}



.home-tel {
  line-height: 32px;
  font-size: 16px;
}



.about-title {
  font-size: 48px;
  margin-bottom: 20px;
}
.about-title img{ padding-right:10px;}
.about-intro {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
}

.btn-yellow {
  border: 1px solid #09ab58;
  color: #09ab58;
  padding: 8px 25px;
  border-radius: 19px;
}

.margin-top-30 {
  margin-top: 30px;
}

.icon-item img {
  margin-bottom: 10px;
}

.icon-item {
  font-size: 18px;
  line-height: 36px;
}

.xw-home-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
  padding:5px;
  display: table-cell;
  vertical-align: middle;
}

.xw-home-img img {
  width: 100%;
}

.xw-home-title {
  font-size: 23px;
  margin: 15px 0;
  line-height:50px;
}

.xw-home-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 22px;
  margin-top: 15px;
  letter-spacing: 1px;
  font-size:16px;
  margin-bottom:20px;
}

.contatt-info pre{
  padding-left: 30px;
  font-size: 18px;
  line-height: 40px;
  color:#fff;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}


/* 产品首页 */

.category-product {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  background-image: url(../../images/category-product.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#category-product .col-sm-4 {
  padding: 0 5px;
}

.category-item {
  background-color: rgba(243, 255, 255, .7);
  position: relative;
  /* border: 1px solid #fff; */
  margin-bottom: 10px;
}

.category-item-title {
  font-size: 16px;
  padding: 50px 30px;
  line-height: 24px;
  color: #444;
  letter-spacing: .8px;
}

.category-item-title p {
  margin-top: 20px;
}

.category-item-b {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 30px;
}

.category-item:hover .category-item-b {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: rgba(255, 255, 255, .5);
}

.item-b-des {
  font-size: 16px;
  line-height: 24px;
}

.category-item-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 产品列表页 */

/* 侧边菜单 */

.overflow {
  overflow: hidden;
}

.bread {
  background-color: #f5f5f5;
  line-height: 48px;
  margin-bottom: 20px;
}

.bread-title {
  font-size: 32px;
}

.bread-local, .bread a {
  color: #999;
}

.list ul {
  list-style: none;
}

.list>ul>li {
  width: 100%;
  border-bottom: 1px solid #fff;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.list>ul>li p[class=title] {
  width: 100%;
  background: #eee;
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding-left: 15px;
  border: none;
  position: relative;
  font-size: 20px;
}

.list>ul>li p[class=title]>span {
  position: absolute;
  right: 10%;
}

.list-se {
  overflow: hidden;
  display: none;
}

.list-se>p {
  background: #09ab58 !important;
  color: #fff;
}

.list-se>li {
  position: relative;
  right: -100%;
  -webkit-transition: right .5s;
  -moz-transition: right .5s;
  -o-transition: right .5s;
  transition: right .5s;
}

.list-se>li>p {
  background: #3b3b3b;
  color: #f0f0f0;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  line-height: 50px;
  border-left: 5px solid #3b3b3b;
  -webkit-transition: border .5s;
  transition: border .5s;
  -webkit-transition: background .3s;
  transition: background .3s;
  margin: 0;
}

.list-se>li>p:hover, .left-active {
  border-color: #09ab58 !important;
  background: #5b5b5b !important;
}

.list-se>li>p:hover a {
  color: #09ab58;
}

.list-se a {
  display: block;
}

.title {
  margin: 0;
}

.title-active .list-se {
  display: block;
}

.title-active .list-se li {
  right: 0;
}

.list a {
  color: #fff;
}

.left-active a {
  color: #09ab58
}
.left-active .title{
	display:block !important;
}
.pro {
  margin-bottom: 30px;
}

.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 220px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 220px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 220px;
  margin: 0 auto;
}

.product-name {
  border: 1px solid #ddd;
  border-top: none;
  font-size: 18px;
  padding: 10px 0;
}

/* 产品详情 */

.show-img-item {
  height: 380px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
      margin-left: auto;
    margin-right: auto;
    display: block;
}

.show-img {
  height: 400px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}

.show-img img {
  max-height: 400px;
}

a.button {
  cursor: pointer;
  background: none;
  text-decoration: none;
  font-size: 14px;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 5px 10px;
  margin-bottom: 10px;
}

.banner-c {
    margin-bottom: 15px;
}

/* 新闻资讯 */

/* category */

.news-first, .news-second {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px;
  float: left;
  height: 500px;
  position: relative;
}

.news-first {
  width: 58%;
  background-image: url(../../images/nwsw-first.jpg);
  margin-right: 2%;
}

.news-second {
  width: 40%;
  background-image: url(../../images/nwsw-second.jpg);
}

.category-news {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.category-news-title {
  margin: 30px 0;
  line-height: 40px;
}

.btn-read-more {
  border: 1px solid #fff;
  padding: 8px 20px;
  position: absolute;
  bottom: 30px;
  left: 15px;
}

.btn-read-more:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
}

.right-nav {
  overflow: hidden;
  margin-bottom: 50px;
}

.right-nav li {
  background-color: #e5e5e5;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 50px;
  padding: 0 15px;
}

.right-nav a {
  color: #111;
}

.right-title, .list .right-title {
  background-color: #09ab58 !important;
  color: #fff !important;
  font-size: 24px !important;
  overflow: hidden;
  line-height: 50px;
}

.list li {
  margin-bottom: 4px;
}

.category-news-list {
  background-color: #06489e;
  padding: 20px 15px;
  margin-top: 20px;
  overflow: hidden;
}

.inews-item {
  height: 200px;
  overflow: hidden;
}

.inews-item img {
  height: 200px !important;
  width: auto;
  max-width: auto;
  transition: all 1s;
}

.inews-title {
  -webkit-line-clamp: 2;
}
.inews-title,.line-clamp-2,.line-clamp-3{
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-clamp-2{
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  -webkit-line-clamp: 3;
}
.inews-container{
  background-color: #eef2f5;
  padding: 10px;
}
.inews:hover .inews-item img{
  transform: scale(1.2);
  transition:all 1s;
}
.bread-nav li{
  float: left;
  padding: 0 15px;
  margin-left: 15px;
}
.bread-active,.bread-nav li:hover{
  border-bottom: 2px solid #09ab58;
}
.bread-nav li:hover a{
  color: #09ab58;

}
.bread-active a{
  color: #09ab58;
}
.xw-item{
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.xw-item img{
  max-height: 190px;
}
.show-news-des{
  background-color: #e5e5e5;
  padding: 10px 15px;
  border-left: 4px solid #ccc;
}
.news-info{
  margin-top:30px;
  padding: 15px;
  border: 1px #e5e5e5 solid;
  line-height: 32px;
  letter-spacing: .5px;
}
.next{

  padding: 10px;
  margin-bottom: 20px;
  margin-top:20px;
}
.next_ico{
padding:0;
margin-top:10px;
}
.title-active .title-s{
	/* display:none; */
}
.icon-item{
	border:1px solid  transparent;
	padding:5px;
}
.icon-item:hover{
	border-color:#09ab58;
 -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color:rgba(243,151,0,.3)
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #09ab58 !important;
    background-color: transparent;
}
.dropdown-menu {
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    border: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre{
 white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}
.page-about{
	font-size:18px;
	line-height:32px;
}

#pages{
	margin-bottom:15px;
	line-height:35px;
}
#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
	    line-height: 32px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #09ab58;
    background-color: #09ab58;
}
.navbar {
    margin-bottom: 0;
	border-radius:0;
}
.pro-info{
	font-size:16px;
	line-height:32px;
	letter-spacing: .5px;
/* 	border:1px solid #e5e5e5; */
	overflow:hidden;
}
.pro-info img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.pro a{
	color:#000;
}
#scrollUp{
	position: fixed;
    right: 0;
    bottom: 30px;
    background: #e5e5e5;
    text-align: center;
    padding: 10px 15px;
    font-size: 24px;
}
#scrollUp:hover{
	cursor: pointer;
background: #09ab58;
color:#fff;
 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list{
	overflow:hidden;
}
.img_section{text-align:center;}
.img_section img{  padding:5px; max-width:250px; width:auto;margin:0 auto; }
.img_section_txt{ font-size:20px;color:#fff;line-height:36px;}

.right_c h5{text-align:center; padding-bottom:15px;}
#pages {
    clear: both;
    /*overflow: hidden;*/
    margin: 30px 0 50px 0;
}

#pages a, #pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #09ab58;
    background-color: #09ab58;
}
.page,.text-c{
	text-align: center;
	width:100%; 
 
}

.text-c a{color:#666; }
.page a{ color:#323232}
.text_p a{ background-color:#fff;}


.navbar-right{ float:left !important;padding-top:25px;padding-left:60px;}
.nav > li > a{ padding-left:20px;padding-right:20px;}
.header-top-right{ margin-top:32px}

.header-top-right a{
	padding:5px 5px !important;
	color:#3a3b3b !important;
	margin-top:5px;
	font-size:21px !important;
}
.header-top-right img{
 padding-right:5px;
 margin-top:-5px;
}

.table_form{ font-size:14px !important} 
.table_form th{width:100px;}
.table_form tr{ line-height:40px;height:55px;}
.table_form th{ float:left ; text-align:left !important;display:block;width:80px !important;}
.honor-name{ font-size:17px;padding-top:15px; padding-bottom:15px;}

.chixu h2{     font-size: 24px;color: #333;}
.chixu span{font-size: 14px;padding-bottom: 20px;color: #333;margin-bottom:20px;line-height:28px; display:block;}
.news_text{font-size: 24px;}


.map {
    width: 100%;
    height: 500px;
	border:1px solid #dedede;
	margin-bottom:20px;
}

.my-map {
    margin: 0 auto;
    width: 100%;
    height: 600px;
}

.my-map .icon {
    background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
    height: 31px;
    width: 28px;
}

.my-map .icon-cir-red {
    background-position: -11px -5px;
}

.amap-container {
    height: 100%;
}




/* 首页 */
/* 首页---视频大图*/
.section2{background: url(/images/v2-bg.jpg) no-repeat;}
/*.section3{background: url(/images/v3-bg.jpg) no-repeat; }*/
/*.section4{background: url(/images/v4-bg.jpg) no-repeat; }*/
.section5{background: url(/images/v5-bg.jpg) no-repeat;}*/
.section6{background: url(/images/v6-bg.jpg) no-repeat;}





option{
  color:#000;
  padding: 5px 0;
}
#cd-nav{
  z-index: 99999;
}
a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover,a.text-white:hover {
  color: #09ab58;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
#boyuan .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#boyuan .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#boyuan .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}



 .header{
      width: 100%;
      height: 1000px;
     
    }
    

.section.active>.fp-tableCell, .section.active>.fp-tableCell1 { transform: scale(1); transition: 0.5s ease 0s; }
.section>.fp-tableCell, .section>.fp-tableCell1 { transition: 0.5s ease 0s; transform: scale(0.8); }
.fp-tableCell1 { width:100%; height: 100%; }
.tableCell{ width:100%;height:100%;}
.video { display: none; background: #000; height: 100%; width: 100%; z-index: -1; position: fixed; top: 0; opacity: 0; transition: 0.5s linear 0s; }
.video-c { display: block; opacity: 1; z-index: 101; }
.video video { width: 100%; }
.mob-video1 video { display: inline-block; vertical-align: middle; }
.mob-video1:before { margin-left: -5px; vertical-align: middle; content: ''; display: inline-block; height: 100%; }
.mob-video img { margin-top: 12.5vw; opacity: 0.5; height: 15.3vw; width: 15.3vw; max-width: 110px; max-height: 110px; }
.bg7 { background: url(/images/v1-bg.jpg) no-repeat 50%; background-size: cover; }
.video-box2 { text-align: center; color: #fff; font-weight: bold; font-size: 70px; overflow: hidden; width: 100%; height: 100%; }
.video-box2 p { margin-top: 20%; }
.video-box2 img { margin-top: 50px; transition: 0.5s linear 0s; cursor: pointer; }
.video-box2 img:hover { transform: scale(1.1); }

/* 首页---关于我们 */
.about_right_bg{ background-color:rgba(0,0,0,.5)}
.about_con {color:#fff;font-size:16px; line-height:26px;padding-bottom:20px;    margin-bottom: 20px;}
.about_con a{color:#fff; }
.about_con p{ margin:0}
.about_right_ico{ padding-top:20px;}
.about_right_ico ul li img{
 display: block;
    margin-left: auto;
    margin-right: auto;

}
.about_right_ico ul li span{
text-align: center;
    display: block;
	color:#fff;
	font-size:18px;
	line-height:28px;
	margin-bottom:20px
}


.about_home{ 

}





.product_content{ margin-top:10px; padding-bottom:5px;}

.xw-home-title{border-bottom:1px #09ab58 dashed}
.text-blue{ color:#161616;}
.padding-zero{ color:#161616;font-size:15px;}

.contact-title {
  font-size: 48px;
  margin-bottom: 20px;
 text-align:left;
}
.contact-title img{ padding-right:10px;}
.contact-info{padding-top:5px;padding-bottom:10px;}





@media (max-width: 768px){
.navbar-fixed-top{height:70px !important; }
.navbar {height:70px !important; min-height:70px;}


.product_left h2{color:#fff; }
.product_left h3{color:#fff;}
.product_left span{color:#fff;}
.about_home{ margin-top:15%;}
.footer-center{text-align:center;}
.contact-title{font-size:32px;text-align:center;padding-top:20px; }
.product_content{ text-align:center;}
.contact_ico{text-align:center; display:block}
}
@media (min-width: 1600px) {
.nav > li > a{ padding-left:23px;padding-right:23px;}
}

@media (min-width: 1400px) and (max-width: 1600px) {
.nav > li > a{ padding-left:15px;padding-right:15px;}

}


@media (min-width: 768px) and (max-width: 1400px) {
.nav > li > a{ padding-left:15px;padding-right:15px;}
.navbar-brand > img{ padding-left:20px;}
}


@media (min-width: 600px) and (max-width: 768px) {
.nav > li > a{ padding-left:2px;padding-right:2px;}
.navbar-brand > img{ padding-left:10px;}
}



.top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color:#fff;

  font-size: 16px;
  text-align: center;
}

.top a{
  color: #000;
}
.top .col-sm-1{
  padding: 0;
}
.top .form-control {
    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
option{
  color:#000;
  padding: 5px 0;
}
#cd-nav{
  z-index: 99999;
}
a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover,a.text-white:hover {
  color: #09ab58 ;

  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}


.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.slide1, .slide2, .slide3, .slide4,  .slide5, .slide6,.section1, .section2, .section3, .section4, .section5, .section6 {
  background-repeat: no-repeat;
  height:860px;
  
  background-position:bottom;

}
.section5{
	height:936px ;
}
.section4{
	height:692px !important;
}





 .header{
      width: 100%;
      height: 1000px;
     

    }
   




.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }



.bottom-nav {
 
  line-height: 30px;
}

.bottom-nav a{
	font-size:16px;
	color:#ededed;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.text-yellow {
  color: #09ab58;
  font-size:20px;
  text-align:center;
  
}

.footercon h4 a{
	font-size:16px;
    text-align:center;
    color:#ffffff;
	padding-top:20px;
	padding-bottom:20px;
}

footercon{
margin-bottom:20px;
}
.copyright {
  margin-top: 30px;
  background-color:#eeeeee;

}
.footer_weixin{
	display:block;
	 float:left;
	
}
.footer_weixin img{
	margin:10px;
	
}

.next_ico{
	 float:left;
     display: block;
    margin-top:35%
}
.footer_right{
 float:right;
 margin-top:25px;

}
.footer_left{
	margin-top:10px;
}

.footer_left div{
	color:#000;
	font-size:17px;
	line-height:34px;
}


.tel a {
    padding: 5px 0px 5px 0px ;
    color: #000 ;
    font-size: 17px ;
}
.foot{
	 background-color:#232426;
	 position: relative;
     bottom:-168px;
	 width: 100%;
}

.pro_tit h2{
	color:#000;
	font-size:22px;
}
.pro_tit a{
	display:block;
	float:right;
	color:#000;
	font-size:14px;

}

.next1{

  padding: 10px;
  margin-bottom: 20px;
  margin-top:20px;
  display: block;
    float: left;
}

.next2{

  padding: 10px;
  margin-bottom: 20px;
  margin-top:20px;
  padding-left:50px;
  display: block;
  float: left;
}



    .videotext{
      color:#fff;
      font-family: "微软雅黑";
      position: absolute;
      top: 50%;

      margin-top:-85px;
      text-align: center;
      width: 100%;
    }
    .videotext h1{
	 color:#09ab58;
      font-weight: bold;
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 15px;

    }
   
    .videotext h3{
      margin-bottom:30px;
      font-size: 24px;
    }
    .more a{
      color: #09AB58;
      border:1px solid #09AB58;
      padding: 10px  30px;
    }
	.text-danger img{
	 padding-right:5px;

	}


	@media (max-width: 768px){
		.footer_right{
			float:none;
			margin-top:10px;}

		.footer_weixin{
		float:none
		}
		.zhizhao img{ margin-bottom:10px;}
		body {padding-top: 60px;}
		.xw-item{
			padding:0px;
		}

	}


table{

 margin-left:auto;
 margin-right:auto;
}




.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f14 a{ color:#09ab58;}
.table td{
	vertical-align: middle !important;
	padding:5px !important;
	max-width:490px;
}
.table p{
	margin-bottom:0 !important;
}



@media (max-width:767px) {
.table td{
	max-width:1900px;
	max-height:50px;
}

}


.cur {
	background-color:#09ab58 !important;
}
.cur a {
	color: #fff !important;
}

.tab_menu{list-style:none;overflow:hidden;border-bottom: 1px solid #f1f1f1;}
.tab_menu li{width:90px;float:left;height:40px;line-height:40px;color:#333;background:#f1f1f1;text-align:center;cursor:pointer;font-size: 14px;}
.tab_menu li.current{color:#fff;background:#093;border-bottom: 1px solid #093;box-sizing:border-box; }
.tab_box{padding:15px 15px 15px 0;}
.tab_box .hide{display:none;}

.download_zi{
	display:block;
	float:left;
	color:#333;
	font-size:16px;
}

.download_url{
	display:block;
	float:right;

}

.news_list ul li{
 padding: 10px 0;
    border-bottom: #ddd 1px dashed;
    overflow: hidden;

}


/* 首页---关于我们*/
.pt6{padding:100px 0 0 0 !important;}
.pt1{padding:0 0 0 0; }
.pt2{padding:100px 0 100px; }
.pt1 .title{font-size:34px; color:#000; text-align:center; line-height:1; margin-bottom:20px;}
.pt1 .info{font-size:14px; color:#5a5a5a; margin-bottom:40px; }
.pt1 .con_box .l_box{width:40%;}
.pt1 .con_box .l_box .pd{padding:60px; position:relative;}
.pt1 .con_box .l_box .pd .t{font-size:30px; color:#3d3d3d; line-height:1; margin-bottom:25px;}
.pt1 .con_box .l_box .pd .d{font-size:14px; color:#3d3d3d; margin-bottom:30px;}
.pt1 .con_box .l_box .pd .common_more{margin:0; padding:5px 10px; border:1px solid #09ab58;color:#09ab58;}
.pt1 .con_box .l_box .pd .common_more:hover{ background:#09ab58;color:#fff; }
.pt1 .con_box .r_box{width:60%;}
.pt1 .con_box .r_box .number_box{padding:41px 0; background:#f3f3f3; text-align:center;} 
.pt1 .con_box .r_box .number_box .number{font-size:68px; color:#09ab58;}
.pt1 .con_box .r_box .number_box .text{font-size:14px; margin-left:10px; color:#09ab58;}
.pt1 .con_box .r_box .number_box .info_box{font-size:14px; color:#666;}
.pt1 .con_box .r_box .btm_box .box_l{width:45%;}
.pt1 .con_box .r_box .btm_box .box_r{width:55%;}
.pt1 .con_box .r_box .btm_box .box_l .pd{display:block; height:0; padding-bottom:74%; position:relative;}
.pt1 .con_box .r_box .btm_box .box_l .mask{background:url(/images/red_90.png) repeat; position:absolute; left:0; top:0; width:100%; height:100%;}
.pt1 .con_box .r_box .btm_box .pd>img{position:absolute; left:0; top:0; width:100%; height:100%; }
.pt1 .con_box .r_box .btm_box .box_r .pd{display:block; height:0; padding-bottom:60.5%; position:relative;}
.pt1 .con_box .r_box .btm_box .text{position:relative; z-index:1;}
.pt1 .con_box .r_box .btm_box .box_l .text .icon{width:80px; height:60px; background-position:center center; background-repeat:no-repeat; margin-bottom:20px;    display: block;margin-left: auto; margin-right: auto;}
.pt1 .con_box .r_box .btm_box .text .name{font-size:24px; color:#fff;}
.pt1 .con_box .r_box .btm_box .box_l .text {text-align:center; margin-top:60px;}
.pt1 .con_box .r_box .btm_box .box_r .text{padding:80px 40px 0 70px; color:#fff;}
.pt1 .con_box .r_box .btm_box .box_r .text .d{font-size:14px; line-height:25px;}


.about_box{
padding-top:10px;
padding-bottom:10px;
}
.about_box h2{
	font-size:42px;
	color:#01A850;
	font-weight:bold;
	text-align:center;
}
.about_box h3{
	font-size:16px;
	color:#3d3d3d;
	text-align:center;
}




/* 首页---产品中心*/

.pro_box{
padding-top:10px;
padding-bottom:10px;
}
.pro_box h2{
	font-size:42px;
	color:#01A850;
	font-weight:bold;
	text-align:center;
}
.pro_box h3{
	font-size:16px;
	color:#3d3d3d;
	text-align:center;
	width:61%;
	margin-left:auto;
	margin-right:auto;
	display:block;
line-height: 22px;
}



#flexiselDemo1 {
	padding-left: 0px;
	margin:0 auto;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
.nbs-flexisel-item {
	float: left;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	
	
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.hotli img {
	margin-top: 10px;
	width: 90%;
	height:185px;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 51px;
	height: 51px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(/images/btn_left.png) center no-repeat;
	top: 35% !important;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(/images/btn_right.png) center no-repeat;
	top: 35% !important;
}

._zi {
	padding: 10px 20px;
	background: #09ab58;
	margin-bottom: 20px;
	height: 50px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	

}
._zi p {
	float: left;
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	display:block;
	line-height:26px;
	text-align:left;
}
._zi span {
	float: left;
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
}

._zi img {
	width: auto;
	float: right;
}
._more {
	font-size: 12px;
	color: #767676;
	display: block;
	float: right;
}




/* 首页---新闻中心*/
.news_box{
padding-top:10px;
padding-bottom:10px;
}
.news_box h2{
	font-size:42px;
	color:#01A850;
	font-weight:bold;
	
}
.news_box span{
margin-left: 10px;
	font-size:16px;
	color:#3d3d3d;
	
}
.times{
	font-size:14px;
	color:#fff;
}
.news_con {
	overflow: hidden;
}
.news_con {
	margin-bottom: 16px;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}
.news_con p.title {
	font-size: 42px;
	line-height: 60px;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.news_con p.title span {
	float: right;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
	margin-right: 15px;
	padding: 0 3px 0 22px;
	background: url(/images/sx.png) no-repeat 3px center;
	cursor: pointer;
}
.news_con a h3 {
	font-size: 22px;
	line-height: 40px;
	padding-top: 5px;
	font-weight: normal;
	color: #09ab58;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_con p.info {
	line-height: 24px;
	font-size: 14px;
	color: #000000;
	width: 100%;
	height: 52px;
	overflow: hidden;
}
.news_con p.info1 {
	line-height: 26px;
	font-size: 14px;
	color: #000000;
	width: 100%;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news_con img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_con .pleft {
	width: 500px;
	float: left;
}
.news_con .pleft a.img {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news_con .pright {
	width: 620px;
	float: right;
}
.news_con .pright ul {
	width: 620px;
	display: block;
	position: relative;
	height: 246px;
	overflow: hidden;
}
.news_con .pright li {
	width: 3100px;
	display: block;
	height: 246px;
	position: absolute;
}
.news_con .pright li.f {
	top: 0;
}
.news_con .pright li.s {
	top: 200px;
}
.news_con .pright li .contentbo {
	width: 620px;
	float: left;
}
.news_con .pright p.info {
	padding-top: 6px;
	height: 168px;
}
.news_con .pright p.info .img {
	width: 230px;
	height: 170px;
	display: block;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
.news_con .col1 {
	position: absolute;
	left: 0;
	top: 70px;
	width: 565px;
}
.news_con .col1 .img {
	width: 242px;
	height: 349px;
	overflow: hidden;
}
.news_con .col1 .text {
	width: 280px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.news_con .col2 {
	position: absolute;
	right: 0;
	top: 70px;
}
.news_con .col2 li {
	margin-bottom: 34px;
	width: 580px;
	height: 157px;
	overflow: hidden;
}
.news_con .col2 .img {
	float: left;
	width: 192px;
	height: 157px;
}
.news_con .col2 .text {
	float: right;
	width: 360px;
}
.news_con .col2 .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	color: #00132b;
	line-height: 1;
}
.news_con .col2 .text p {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.section .more {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #303030;
}
.section .more i {
	margin-left: .15rem;
	font-size: .6rem
}
.news {
	padding: 10px;
}
.news .cells {
}
.news .cell {
	position: relative;
	overflow: hidden;
	padding: 10px 0
}
.news .cell:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #c8c7cc;
}
.news .cell:first-child {
	padding-top: 0
}
.news .cell:last-child:after {
	display: none
}
.news .cell-hd {
	float: right;
	height: 80px;
}
.news .cell-hd img {
	width: 100%;
	height: 100%
}
.news .cell-bd {
	float: left;
}
.news .cell-bd h3 {
	margin: 0;
	font-size: 14px;
	color: #303030;
	font-weight: normal;
	line-height: 1.3
}
.news .cell-bd p {
	margin: 0;
	font-size: 13px;
	color: #d0d0d0;
}
.btn-change {
	font-size: .6rem;
	color: #cc0000
}
.btn-change a {
	font-size: .6rem;
	color: #cc0000
}
.btn-change i {
	margin-right: .15rem;
	font-size: .6rem;
	color: #cc0000;
	font-weight: bold
}



/* 首页---footer*/

.home-contact{
 width:20%;
 float:left;
}
.home-contact img{
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.home-contact p{
	text-align:center;
	color:#fff;
	font-size: 16px;
	margin-top:10px;
}
.home-contact img:hover {transform: translateY(-15px);-webkit-transform: translateY(-15px);
-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);

}
.footer_logo{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px;
}
.rightcopy{
color:#ededed;
font-size:18px;
padding:15px 0px;
text-align:center;
background-color:#2a2b2e;

}
.rightcopy a{
color:#ededed;
font-size:18px;
}
.zhizhao img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.footer_content{
margin-top:-10%;
position:relative;
top:14%;
}
.tygd:hover img{
	transform: scale(1.1);
}
.tygd:hover .goujian{
	    background: #ededed;
    color: #09AB58;
}
@media only screen and (width:1024px){
	.huoban{
		margin-left:90px;
	}
}
@media only screen and (width:768px){
	.huoban{
		margin-left:80px;
	}
}
@media only screen and (width:375px){
	.huoban{
		margin-left:24px;
	}
}
@media only screen and (width:414px){
	.huoban{
		margin-left:24px;
	}
}